<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clic.git/src, branch 0.08</title>
<subtitle>Console based arbitrary radix, arbitrary precision calculator.
</subtitle>
<id>https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=0.08</id>
<link rel='self' href='https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=0.08'/>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/'/>
<updated>2013-11-13T16:10:53+00:00</updated>
<entry>
<title>Added debugging to parser, and disabled debug flag.</title>
<updated>2013-11-13T16:10:53+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-11-13T16:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=c080e4cc8d0d244f425e230f1286b8e35e576e5d'/>
<id>urn:sha1:c080e4cc8d0d244f425e230f1286b8e35e576e5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Corrected silly bug in variable assignment.</title>
<updated>2013-11-13T16:10:28+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-11-13T16:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=8bebb14861ce8e11ee518a72f9b27201f0a9455d'/>
<id>urn:sha1:8bebb14861ce8e11ee518a72f9b27201f0a9455d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some compilers need an extra header.</title>
<updated>2013-05-22T19:23:22+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2013-05-22T19:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=2ddaaf2cc2b7e06125c84961e37367c629f01ff2'/>
<id>urn:sha1:2ddaaf2cc2b7e06125c84961e37367c629f01ff2</id>
<content type='text'>
Should probably include that extra header.
</content>
</entry>
<entry>
<title>The --text-primes option supports a parameter.</title>
<updated>2013-05-17T12:56:42+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-05-17T12:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=1b34e763de49b072a5e4377a6d13d2420f883271'/>
<id>urn:sha1:1b34e763de49b072a5e4377a6d13d2420f883271</id>
<content type='text'>
You can tell it where to start now.
</content>
</entry>
<entry>
<title>Added more helpers to Number.</title>
<updated>2013-05-10T15:28:46+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-05-10T15:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=ca9956381009cbe2d36ea8516d51516f7c49b9d3'/>
<id>urn:sha1:ca9956381009cbe2d36ea8516d51516f7c49b9d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added more checking &amp; unit-tests.</title>
<updated>2013-05-10T14:36:15+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-05-10T14:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=dc0139c1880d1500b3e275b09781116613862f5f'/>
<id>urn:sha1:dc0139c1880d1500b3e275b09781116613862f5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Number::toRadix &amp; Number::set( int32_t ).</title>
<updated>2013-05-09T21:44:34+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-05-09T21:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=0e5e01b4d0d5f3f872d97c95bd57fd057e4fd5a1'/>
<id>urn:sha1:0e5e01b4d0d5f3f872d97c95bd57fd057e4fd5a1</id>
<content type='text'>
Both very handy.  I'll add other numeric setters later, it was very
easy.
</content>
</entry>
<entry>
<title>Added better filtering in Number::set, and cli options.</title>
<updated>2013-05-09T21:24:11+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-05-09T21:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=ce68e816bd82612c14f3492e8bc969da9bfab06c'/>
<id>urn:sha1:ce68e816bd82612c14f3492e8bc969da9bfab06c</id>
<content type='text'>
The command line options let you set the initial radix/scale, and
there's a function te test if any number is prime, that's fun.
</content>
</entry>
<entry>
<title>Added a funny option to generate primes.</title>
<updated>2013-05-08T21:26:41+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-05-08T21:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=722e0ef0ea2624c1cd9bd5ca69833e37dc09f97f'/>
<id>urn:sha1:722e0ef0ea2624c1cd9bd5ca69833e37dc09f97f</id>
<content type='text'>
...But primes in base 36 and it skips all numbers with digits in the
range 0-9
</content>
</entry>
<entry>
<title>Forgot to change the version number in the code.</title>
<updated>2013-05-08T19:40:51+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2013-05-08T19:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=faa1eccec3ff1acf4a021ed6c6857cc5415a4723'/>
<id>urn:sha1:faa1eccec3ff1acf4a021ed6c6857cc5415a4723</id>
<content type='text'>
This doesn't really matter for this project right now.  I keep
forgetting because other ones auto-generate the code from 'git describe'
</content>
</entry>
</feed>
